체 (수학)

  • 2014-01-01 (modified: 2025-10-02)
  • 별칭: Field, 필드, 체

실수와 동일한 방식으로 더하기와 곱하기가 정의되는 집합.

정의

A field is a set FF together with two binary operations on FF called addition and muliplication. A binary operation on FF is a mapping F×FFF \times F \rightarrow F.

  • The addition of aa and bb in FF is called the sum of aa and bb, and is denoted as a+ba + b.
  • The multiplication of aa and bb in FF is called the product of aa and bb, and is demoted as a×ba \times b.

The following properties are required to be satisfied:

  • Associativity of addition and multiplication: a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c, and a×(b×c)=(a×b)×ca \times (b \times c) = (a \times b) \times c.
  • Commutativity of addition and multiplication: a+b=b+aa + b = b + a, and a×b=b×aa \times b = b \times a
  • Distributivity of multiplication over addition: a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c)
  • Additive identity and multiplicative identity: there exist two distinct elements 0 and 1 in FF such that a+0=aa + 0 = a and a×1=aa \times 1 = a.
  • Additive inverse: for every aa in FF, there exists an element in FF, denoted by a-a, called the additive inverse of aa, such that aa=0a - a = 0
  • Multiplicative inverse: for every a0a \neq 0 in FF, there exists an element in FF, denoted by a1a^{-1} or 1/a1/a, called the multiplicative inverse of aa, such that aa1=1a \cdot a^{-1} = 1.